functional interleaving - traducción al árabe
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

functional interleaving - traducción al árabe

COMPUTER MEMORY ACCESS ARCHITECTURE
Memory interleaving
  • Memory interleaving example with 4 banks. Red banks are refreshing and can't be used.

functional interleaving      
تداخل وظيفي
Functional analysis         
BRANCH OF MATHEMATICAL ANALYSIS CONCERNED WITH INFINITE-DIMENSIONAL TOPOLOGICAL VECTOR SPACES, OFTEN SPACES OF FUNCTIONS
Functional Analysis; Soft analysis; Functional analyst; Infinitely dimensional analysis; Infinite dimensional analysis; Infinite-dimensional analysis
تحليل الوظائف
interleave         
WIKIMEDIA DISAMBIGUATION PAGE
Interleave; Interleaved; Interleaving (disambiguation)
وضع أو صبر أوراقا بيضاء بين

Definición

functional testing
<testing> (Or "black-box testing", "closed-box testing") The application of test data derived from the specified functional requirements without regard to the final program structure. (1996-05-15)

Wikipedia

Interleaved memory

In computing, interleaved memory is a design which compensates for the relatively slow speed of dynamic random-access memory (DRAM) or core memory, by spreading memory addresses evenly across memory banks. That way, contiguous memory reads and writes use each memory bank in turn, resulting in higher memory throughput due to reduced waiting for memory banks to become ready for the operations.

It is different from multi-channel memory architectures, primarily as interleaved memory does not add more channels between the main memory and the memory controller. However, channel interleaving is also possible, for example in freescale i.MX6 processors, which allow interleaving to be done between two channels.